PEGetGroupOptions

Use PEGetGroupOptions to retrieve the current settings for specified groups in your report.

C Syntax
BOOL CRPE_API PEGetGroupOptions (
        short printJob,
        short groupN,
        PEGroupOptions FAR *groupOptions );
Parameters

printJob

Specifies the print job for which you want to obtain information about the group options settings.

groupN

Specifies the 0-based group number.

groupOptions

Specifies a pointer to PEGroupOptions.

Returns
Remarks

This function gets all the information retrieved with PEGetGroupCondition, plus additional group options such as repeat group header, keep group together, and top/bottom n group sorting.

VB Syntax
Declare Function PEGetGroupOptions Lib "crpe32.dll" (ByVal printJob As 
Integer, ByVal groupN As Integer, groupOptions As PEGroupOptions) As 
Integer
Delphi Syntax
function PEGetGroupOptions
    printJob: Word;
    groupN: smallint;
    var groupOptions: PEGroupOptions
    ): integer stdcall;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com